body {
    font-family: "Cordia New";
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 300;
    color: #0D0C88;
    max-height: 32px;
    max-width: 98%;
    margin-top: 2;
    margin-right: 1;
    margin-bottom: 0;
    margin-left: 3;
	background-color: #B19668;
	text-decoration-color: #0D0C88;
	border: none;
	border-color: none;
	
}

th{
	border:none;
	

}




h1 {
    text-align: lef;
	text-decoration-color: #0D0C88;
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: normal;
    padding: 32px 0 32px;
    max-height: 48px;

}

.accordion {
  max-width: 563px;
  margin: 0 auto 100px;
  border-top: 1px solid #d9e5e8;
	background-color: #B19668;
	text-align: justify;
}
.accordion li {
  border-bottom: 1px solid #d9e5e8;
  position: relative;
}
.accordion li p {
  display: none;
  padding: 10px 25px 30px;
  color: #0D0C88;
}
.accordion a {
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 600;
  line-height: 3;
  font-size: 14px;
  font-size: 0.875rem;
  text-indent: 15px;
  user-select: none;
	text-decoration-color: #990000
}
.accordion a:after {
  width: 8px;
  height: 8px;
  border-right: 1px solid #4a6e78;
  border-bottom: 1px solid #4a6e78;
  position: absolute;
  right: 10px;
  content: " ";
  top: 17px;
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
	text-decoration-color: #990000;
}
.accordion p {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2;
  padding: 10px;
	text-decoration-color: #990000;
}

a.active:after {
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
	text-decoration-color: #990000
}
